home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / ms-0.07 / ChangeLog next >
Text File  |  1995-06-26  |  11KB  |  328 lines

  1. Sat Sep  4 03:08:49 1993  Andreas Gustafsson  (gson@guano)
  2.  
  3.     * Wrapped version 0.07
  4.  
  5.     * Fixed two bugs in Ms.c which caused core dumps under
  6.     Linux
  7.  
  8. Sun Aug 15 12:11:38 1993  Andreas Gustafsson  (gson@guano)
  9.  
  10.     * Added Linux FNDELAY hack
  11.     
  12.     * Added strdup() replacement (needed by pure 4.3BSD)
  13.  
  14. Sun Jun  6 04:27:00 1993  Andreas Gustafsson  (gson@guano)
  15.  
  16.     * Rewrote parts of the README file.
  17.  
  18.     * Gave up futile attempts to declare malloc() using system 
  19.     include files.
  20.  
  21.     * Combined the various INSTALL files into a single file.
  22.  
  23.     * Fixed an use of freed memory and several memory leaks.
  24.  
  25. Sat May 22 03:04:12 1993  Andreas Gustafsson  (gson@guano)
  26.  
  27.     * Updated years in copyright messages.
  28.  
  29. Fri May  7 04:41:48 1993  Andreas Gustafsson  (gson@guano)
  30.  
  31.     * Version 0.06g ported to HP700-series and DEC Alpha
  32.     machines.  The rubberband box can now be manipulated
  33.     while the calculation is in progress.
  34.  
  35.     * Version 0.06h was put under RCS.  This necessitated a 
  36.     restructuring of the code into a more traditional 
  37.     directory tree with no links between directories.  There
  38.     is now a lib/ directory for code shared between the
  39.     different programs.  PPM support was added to bms.
  40.  
  41.     * Version 0.06f introduced experimental Henon fractal code
  42.     in mslaved and associated generic parameter decoding code.
  43.  
  44.     * Version 0.06d1 changed to support a BitMapUnit of 32 in
  45.     b/w operation.  Maybe it was a mistake to remove the
  46.     8-bit code.
  47.  
  48. Thu May 14 19:58:16 1992  Andreas Gustafsson  (gson@psykoman.cs.hut.fi)
  49.  
  50.     * Lots of changes to support 24-bit visuals
  51.  
  52. Sat Feb  8 21:15:44 1992  Andreas Gustafsson  (gson at gunnar)
  53.  
  54.     * Added support for pipe operation in mslaved.c; introduced
  55.     HAVE_SOCKETS and HAVE_SYSLOG compile-time flags
  56.  
  57. Wed Feb  5 16:57:41 1992  Andreas Gustafsson  (gson at spiff.cs.hut.fi)
  58.  
  59.     * Made the visual matching code    use the default visual for 
  60.     black-and-white operation
  61.  
  62.     * Added colormap animation
  63.  
  64. Fri Dec  6 17:32:39 1991  Andreas Gustafsson  (gson at bulldozer.cs.hut.fi)
  65.  
  66.     * Allowed empty lines and # comments in .enslave
  67.  
  68. Sun Dec  1 16:18:26 1991  Andreas Gustafsson  (gson at punisher.cs.hut.fi)
  69.  
  70.     * New development version 0.06a.  Includes visual matching code in
  71.     Mama.c, and new option handling in mslaved and mslavedc.
  72.  
  73. Sun Nov 24 12:38:12 1991  Andreas Gustafsson  (gson at hydroman.cs.hut.fi)
  74.  
  75.     * Wrapped version 0.06
  76.  
  77.     * Added option details to the synopsis in xms.man
  78.  
  79.     * Tested the new ms_draw() on monochrome and 8-bit colour
  80.     Suns.
  81.  
  82.     * Completely rewrote the black-and-white special case display
  83.     support in Ms.c:ms_draw(), so that it now constructs the image
  84.     a byte at a time rather than a word at a time.  This should
  85.     avoid any byteorder problems.
  86.  
  87. Tue Nov  5 17:23:38 1991  Andreas Gustafsson  (gson at bulldozer.cs.hut.fi)
  88.  
  89.     * Version number is now 0.05p.  Changed some key bindings to be 
  90.     more consistent with the new "zoom by default" policy, and
  91.     updated the manual page correspondingly.
  92.  
  93. Mon Sep 30 01:01:40 1991  Andreas Gustafsson  (gson at spica.hut.fi)
  94.  
  95.     * Added XtNinput argument to shell widget; that ought to
  96.     fix the keyboard focus problem with OpenWindows (not tested).
  97.  
  98. Sun Sep 22 12:07:27 1991  Andreas Gustafsson  (gson at spica.hut.fi)
  99.  
  100.     * Edited README and mslaved/Makefile; now gcc is stronly recommended
  101.     only for old CISCs.  Made floating point the default for MIPS in
  102.     ms_real.h as suggested by broadley's benchmarks.
  103.  
  104.     * restored the menu entries for using the old window but made the
  105.     popup alternative more defaultish (no, I don't run spell on
  106.     ChangeLogs). 
  107.  
  108.     * added #include <sys/file.h> to ms_ipc.h (needed for FNDELAY in
  109.     HP-UX) 
  110.  
  111.     * fixed some syntax errors in mslaved.c
  112.  
  113.     * added #include <netinet/in.h> in Ms.c to get htonl() and ntohs()
  114.     macro definitions (needed for HP-UX)
  115.  
  116. Sat Sep 14 00:09:20 1991  Andreas Gustafsson  (gson at spica.hut.fi)
  117.  
  118.     * #ifdef'ed away the menu entries for reusing the old window
  119.  
  120. Sun Aug 11 14:42:55 1991  Andreas Gustafsson  (gson at spica.hut.fi)
  121.  
  122.     * Added "inverse box zooming" as suggested by RMS.  Still
  123.     untested.
  124.  
  125. Sat Aug 10 10:32:51 1991  Andreas Gustafsson  (gson at spica.hut.fi)
  126.  
  127.     * Added #include <errno.h> in work.c
  128.  
  129.     * Wrapped 0.05j and mailed to broadley for beta testing
  130.  
  131.     * Renamed split.c to mspawn.c
  132.  
  133.     * Tested 0.05h on SPARCstation IPC.  Fixed some bugs in the
  134.     noImakefile and documented problems with missing imake and
  135.     Aw libs.  Version with these fixes called 0.05i.
  136.  
  137. Fri Jul 26 14:23:57 1991  Andreas Gustafsson  (gson at spica.hut.fi)
  138.  
  139.     * Fixed some more typos and made some other changes in the man
  140.     pages
  141.  
  142.     * Wrapped 0.05h    and gave it to ufa@niksula.hut.fi for beta 
  143.     testing 
  144.  
  145. Sun Jul 21 12:36:22 1991  Andreas Gustafsson  (gson at spica.hut.fi)
  146.  
  147.     * Wrote the bms batch mode client and renamed the X client to
  148.     xms.  This also caused lots of changes to both source and 
  149.     documentation of xms because of extensive code sharing between the
  150.     two clients.  Mandelbrot-dependent but X-independent
  151.     code has been separated into a new module, mspawn.c, leaving
  152.     code that is both X- and Mandelbrot-independent in work.c.
  153.     The timeout system has been completely rewritten.
  154.  
  155.     * MIPS fixed-point code has been tested on a DECStation.
  156.  
  157. Wed Jun 26 17:01:04 1991  Andreas Gustafsson  (gson at gunnar)
  158.  
  159.     * Separated the X-independent workload distribution stuff
  160.     into a new module, work.c.  Renamed all X-independent files
  161.     to lowercase names to reduce ugliness.  Added missing "2" in
  162.     MIPS fracmult2 function name; need to retest MIPS code before
  163.     distributing it.
  164.  
  165. Tue Jun 18 21:34:57 1991  Andreas Gustafsson  (gson at spica.hut.fi)
  166.  
  167.     * Fixed several typos in the man page
  168.  
  169. Sun May 19 10:49:05 1991  Andreas Gustafsson  (gson at spica.hut.fi)
  170.  
  171.     * Corrected some typos, added crosshair at center of rubberband box
  172.  
  173. Wed Mar 27 19:15:30 1991  Andreas Gustafsson  (gson at canopus.hut.fi)
  174.  
  175.     * Hacked README somewhat
  176.  
  177. Wed Dec 26 11:18:55 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  178.  
  179.     * Documented some incompatibilities with Mach and Silicon Graphics
  180.  
  181.     * Made ping() in mslavedc.c use the port given with the -p
  182.     option instead of always using the default port
  183.  
  184.     * Added fixed point support for MIPS
  185.  
  186. Tue Oct 16 16:26:40 1990  Andreas Gustafsson  (gson at canopus.hut.fi)
  187.  
  188.     * Reverted to the old behaviour of ignoring EWOULDBLOCK
  189.     errors on slave socket input because a user reported getting
  190.     these errors with 0.05; could this be an X11R3 bug fixed in X11R4?
  191.  
  192.     * Changed main.c to declare rindex() by including <X11/Xos.h>
  193.     instead of rolling its own declaration; rindex is a macro on
  194.     the NeXT.
  195.  
  196.     * Removed a bogus dependency from the noImakefile
  197.  
  198.     * Made 0.05 available for FTP from funic.funet.fi and announced 
  199.     it in comp.windows.x and alt.fractals
  200.  
  201. Fri Oct  5 13:06:42 1990  Andreas Gustafsson  (gson at vega.hut.fi)
  202.  
  203.     * Made the "ping" code in mslavedc.c SYSV-safe (still untested)
  204.  
  205.     * Fixed outdated usage message in mslavedc.c
  206.  
  207.     * Mslaved no longer makes the incorrect assumption that
  208.     ntohl(long) returns a signed value (this caused problems
  209.     on some little-endian machines running System V or Ultrix).
  210.  
  211. Wed Sep 12 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  212.  
  213.     * Made mslaved check for convergence by looking for
  214.     repeated values in the iteration sequence (this really speeds
  215.     things up with large iteration counts).  Installed new
  216.     server and client in Niksula as 0.05beta.
  217.  
  218.     * Made slave timeout dependent of the iteration count
  219.  
  220.     * Added sanity check of UDP port number read from .mslaves
  221.     (random text in the port field used to cause the not very
  222.     informative error message "can't assign requested address").
  223.  
  224. Sat Aug 25 17:48:25 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  225.  
  226.     * Added code to create a private colormap if allocation from
  227.     the default colormap fails.
  228.  
  229.     * Updated MANIFEST, renamed the makefile to noImakefile.
  230.  
  231. Sun Aug  5 19:31:17 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  232.  
  233.     * Added a simple Makefile for those not using Imake.
  234.  
  235. Sat Aug  4 19:00:51 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  236.  
  237.     * Merged some System V support fixes into ms-0.05.
  238.  
  239. Wed Jul 11 14:43:31 1990  Andreas Gustafsson  (gson at canopus.hut.fi)
  240.  
  241.     * Fixed nasty bug in InitSlaves where too little memory was
  242.     allocated for the warning message because it used sizeof with
  243.     a char pointer instead of a char array. 
  244.  
  245. Thu May 10 16:38:57 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  246.  
  247.     * Move the overflow label from the center to the upper left
  248.     corner; changed backing store attribute of the Ms window
  249.     from WhenMapped to Always.
  250.  
  251. Fri May  4 14:54:41 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  252.  
  253.     * Changed the superclass of the Ms widget from core to composite
  254.     and added the overflow label widget (only when LABEL is defined).
  255.  
  256. Tue Apr 17 22:31:47 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  257.  
  258.     * Documented the initial view options.
  259.  
  260.     * Added -DR4 to DEFINES for X11R4 in Imakefile; put
  261.     Put "#ifdef R4" around the resource converter code in main.c.
  262.  
  263.     * Edited README
  264.  
  265. Wed Apr  4 14:42:28 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  266.  
  267.     * Updated version number to 0.05.  There is support for
  268.     specifying an initial view using command line options
  269.     but it is still undocumented.  Must check how to
  270.     register resource converters under X11R2..3.
  271.  
  272. Wed Feb 14 16:28:22 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  273.  
  274.     * Wrapped 0.04 and made it available for anonymous FTP from
  275.     sauna.hut.fi
  276.  
  277. Mon Feb 12 14:07:44 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  278.  
  279.     * Documented the -greyscale option
  280.  
  281.     * Updated MANIFEST and added some comments to Imakefile
  282.  
  283. Mon Feb  8  Andreas Gustafsson  (gson at spica.hut.fi)
  284.  
  285.     * Added menu entries for showing window range and performance
  286.     statistics; changed formatting of statistics printout.
  287.  
  288. Mon Feb  5 13:37:35 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  289.  
  290.     * Made Ms.c discover endianness at runtime, thus eliminating
  291.     the -Dx_ENDIAN compiler flags.
  292.  
  293. Thu Feb  1 11:47:38 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  294.  
  295.     * fixed a bug causing clients running on little-endian machines
  296.     to draw byteswapped pictures on 1-plane displays
  297.  
  298.     * restructured the display type/iteration count info;
  299.     added support for 1-plane displays with iteration counts >=256
  300.  
  301.     * changed translations in R4 version to match the documentation
  302.  
  303.     * changed name of "-bw" option to "-greyscale"
  304.  
  305. Tue Jan 30 08:03:22 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  306.  
  307.     * Wrote a simple Imakefile (client only )
  308.  
  309.     * Added a SimpleMenu for R4 only
  310.  
  311.     * dot-mslaves: Added port number to host experimental.hut.fi
  312.  
  313. Wed Jan 24 12:21:59 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  314.  
  315.     * Added "-bw" option
  316.  
  317.     * Restructured some code in Ms.c in preparation for
  318.     merging with the SimpleMenu code; added "Action" suffix
  319.     to the names of all action routines.
  320.  
  321.     * Fixed a bug in the enslave script that caused it 
  322.     to start only 2..3 of the servers.  Added ChangeLog
  323.     file.  Fixed FTP info in README file (wrong host).
  324.  
  325. Mon Jan 22 1990 Andreas Gustafsson  (gson at spica.hut.fi)
  326.  
  327.     * Version 0.03 announced on nordunet.sources.list
  328.